home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / telecom / 46 / pascal / read.me < prev    next >
Encoding:
Text File  |  1986-08-15  |  2.5 KB  |  78 lines

  1. MEANST.PAS
  2.  
  3.     Keywords: MEAN STANDARD DEVIATION STATISTICS OSS PERSONAL PASCAL
  4.     
  5.     MEANSTD.PAS  contains a procedure to calculate the mean and standard
  6.     deviation of data entered in an array.  It must be INCLUDEed in a pascal
  7.     program with appropriate declarations.  Complete documentation for use is
  8.     in the procedure preface.  Written in OSS PERSONAL PASCAL.
  9.     
  10.  
  11. OSSPRT.PAS
  12.  
  13.     This is another in the series of Pascal printer programs.  This program
  14.     prints Pascal program and as well as listing the program also lists the
  15.     include files.
  16.  
  17.  
  18. PAGER.DOC
  19. PAGER.PAS
  20.  
  21.      Pager is a multiple window file viewer.  Files may be opened or closed,
  22. and viewing can scroll forward or backward.  This is a working example program
  23. which can be used as a example for future programs.
  24.  
  25.  
  26. PEEKPOKE.PAS
  27.  
  28.     These are peek and poke routines for Personal Pascal.  Now you can peek and
  29.     poke like Basic in Pascal.
  30.  
  31.  
  32. PEEKTEST.PAS
  33.     
  34.     This is an example of the peek and poke routines in action.
  35.  
  36.  
  37. PR.PAS
  38. PR.PRG
  39.  
  40.     Program to format pages of printouts. Puts header with full filename
  41.     and date on top of page. Also puts pagenumber at the bottom. Allows
  42.     multiple files to be printed. Written in OSS Personal Pascal.  The Pascal
  43.     source code is included for your perusal.
  44.  
  45.  
  46. RANDNU.PAS
  47.  
  48.     Keywords: RANDOM NUMBERS OSS PERSONAL PASCAL
  49.     
  50.     RANDNUMS.PAS is a routine to generate random numbers in the (open) interval
  51.     0..1.  It is written in OSS PERSONAL PASCAL and must be INCLUDEed in a
  52.     pascal program.  Documentation is given in the file; just examine the
  53.     procedure preface to see how to use it.  GARY NEWPORT
  54.     
  55.  
  56. SETTIME.PAS    
  57. SETTIME.PRG
  58.  
  59.     Put this program in a auto folder. Then when the machine starts up enter
  60.     the correct time. The returned time on power up is wrong but so is DEC
  61.     1985. From that point on a reset will return the right time and date.
  62.     This was written in Personal Pascal from OSS, I hope this helps those
  63.     of you that program and forget to set the time.  The Pascal source code is 
  64.     included so you can see how it is done.
  65.  
  66.  
  67. STRVAL.PAS
  68.  
  69.     These are floating point conversion routine for Pascal.  These routines
  70.     convert from real to string and from string to real.  This file is needed
  71.     for the pager program.
  72.  
  73.  
  74. TINYTERM.PAS
  75.  
  76.     This is a small terminal program written in OSS Pascal.  Compile and 
  77.     communicate with the outside world.
  78.